Skip to content

Conversation

@mmattlin
Copy link

@mmattlin mmattlin commented Aug 2, 2022

What's in this PR?

  • Fixes the bug hunt form for users that are not logged in, as well as infinite re-renders on the TS Review page

Copy link
Contributor

@brooketopcoder brooketopcoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for troubleshooting!!

Generally, disabling lint rules is not a good idea.

If we need to repeatedly disable a rule, then we need to adapt the rule to better fit our uses.

In this particular case, maybe we need to be using memoized objects instead? Then they can be safely included in the dependencies array bc it doesn't change btwn renders.

Anyway, no need to change anything now. Thanks!

@mmattlin mmattlin merged commit 5dc9d3a into dev Aug 2, 2022
@mmattlin mmattlin deleted the PROD-2642_not-logged-in-form-issue branch August 2, 2022 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants